@charset "utf-8";

@font-face {
    font-family: "SourceHanSerifSCBold";
    src: url(../font/SourceHanSerifSC-Bold.otf) format("woff"),
        url(../font/SourceHanSerifSC-Bold.otf) format("truetype"),
        url("../font/SourceHanSerifSC-Bold.otf#FZZHUNYSK") format("svg");
    font-style: normal;
    font-weight: normal;
}


*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    -webkit-print-color-adjust: exact;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
}

body {
    font-size: 15px;
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

:root {
    --color: #da2127;
    --cb0: rgb(0, 0, 0);
    --cb01: rgb(17, 17, 17);
    --cb02: rgb(34, 34, 34);
    --cb03: rgb(51, 51, 51);
    --cb04: rgb(68, 68, 68);
    --cb05: rgb(85, 85, 85);
    --cb06: rgb(102, 102, 102);
    --cb07: rgb(119, 119, 119);
    --cb08: rgb(136, 136, 136);
    --cb09: rgb(153, 153, 153);
    --cb10: rgb(153, 153, 153);
    --cf0: rgb(240, 240, 240);
    --cf1: rgb(241, 241, 241);
    --cf2: rgb(241, 241, 241);
    --cf3: rgb(243, 243, 243);
    --cf4: rgb(244, 244, 244);
    --cf5: rgb(245, 245, 245);
    --cf6: rgb(246, 246, 246);
    --cf7: rgb(247, 247, 247);
    --cf8: rgb(248, 248, 248);
    --cf9: rgb(249, 249, 249);
}

html,
html.wide {
    font-size: 100px;
}

html.web {
    font-size: 95px;
}

html.tablet {
    font-size: 92px;
}

html.phone {
    font-size: 95px;
}


/* html5 兼容 */
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

address {
    font-style: normal;
    display: inline;
}

/* cell-box */
.cell-box {
    font-size: 0;
}

.cell-box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cell-box .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* thum */
._thum {
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 1;
}

._thum::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 57%;
}

._thum img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .25s;
    transition: all .25s;
}

a:hover ._thum img,
a:focus ._thum img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    text-align: center;
    border-top: 2px solid #000;
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #bbb;
    margin: 20px 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    outline: 0;
    background: transparent;
    font-size: 100%;
}

table th {
    font-weight: 500;
    color: #333;
}

table th,
td {
    padding: 15px 10px 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    word-wrap: break-word;
    word-break: keep-all;
    color: #555;
}

table thead th {
    background: #f7f7f7;
    padding: 16px 0 16px 0;
    font-size: 17px;
    border-left: 0;
    color: #333;
}

table thead tr:last-child th {
    border-bottom: 1px solid #999;
}

table th {
    color: #444;
    font-size: 17px;
}

table th:first-child,
#vsb_content table td:first-child {
    border-left: 0
}

table th:last-child,
#vsb_content table td:last-child {
    border-right: 0
}

table tr td p {
    text-indent: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav,
ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.skip {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

/* 基本字体和尺寸 */
html {
    font-size: 5.21vw;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 13px;
    color: #333;
    line-height: 1;
    background: #fff
}

/* 字属性 */
/* a:link, a:visited, a:hover, a:active */
a,
a:link {
    color: #333;
    text-decoration: none;
    transition: all cubic-bezier(1, 0, 0, 1) 0.5s;
}

a:visited,
a.visited,
a.visited:visited {
    color: inherit;
    text-decoration: none;
}

a:hover,
a.visited:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

/* a:hover {
    color: #1968c9;
} */

/* 横线样式 */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/* 基本LIST元素 */
ol.onum li {
    list-style-type: decimal
}

.onum {
    padding-left: 22px;
}

/* Form的基本 */
/* input, button, select, textarea {font-family:inherit;} */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: none;
}

input {
    border: 1px solid #ccc;
    height: 16px;
    padding: 2px 3px 1px 3px;
    /* font-family:inherit; */
}

input[type="radio"],
input[type="checkbox"] {
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

input[type="file"] {
    border: 0;
    padding: 0;
    margin: 0;
    height: auto;
}

input.text,
input.password {
    border-left: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: #f8f8f8;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
}

input.file {
    border: 1px solid #ddd;
    height: 16px;
    padding: 2px;
    font-size: 100%;
    line-height: 110%;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
    color: #666;
    font-size: 100%;
}

input.image,
input.radio,
input.checkbox {
    border: 0 !important;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

input.num {
    text-align: right;
    border: 1px solid #ddd;
    height: 16px;
    padding: 2px;
    font-size: 100%;
    line-height: 110%;
}

input.readonly {
    background-color: #f7f7f7;
}

input,
button,
select,
textarea {
    font-size: 13px;
    border: none;
    outline: none;
    background: none;
}

textarea {
    border: 1px solid #ddd;
    padding: 2px 5px;
}

textarea {
    padding: .375rem .75rem;
}

textarea.form-control::-webkit-scrollbar {
    width: 5px;
}

textarea.form-control::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 0.188rem;
}

textarea.form-control::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0.188rem;
}

textarea.form-control::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

select.select {
    border: 1px solid #ddd;
    height: 30px;
    vertical-align: top;
    line-height: 1;
    min-width: 50px;
    padding: 0 5px;
}

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 重置阴影 */
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #fff;
    border-color: #ddd;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border-color: #ddd;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ddd;
}

@media (hover: hover),
(-ms-high-contrast:none) {

    input[type="number"]:hover,
    input[type="text"]:hover,
    input[type="password"]:hover,
    input[type="url"]:hover,
    input[type="email"]:hover,
    input[type="tel"]:hover,
    input[type="date"]:hover,
    textarea:hover {
        border-color: #9FABD8;
    }
}

/* 图片元素 */
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: none;
}

/* ime-mode */
.imeOff {
    ime-mode: disabled;
}

.imehangul {
    ime-mode: active;
}

/* 图像元素默认完毕-指定鼠标指针 */
button,
input,
.pointer,
.hand[type="button"],
input[type="submit"] {
    cursor: pointer
}

/*----------------基本定义----------------*/

/*浮动*/
.fr {
    float: right;
}

.fl {
    float: left;
}

.cr {
    clear: both;
}

.aftercr:after {
    clear: both;
    content: "";
    display: block;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
    display: block;
}

/*定位*/
.pos_d,
.pos-d,
.pos-st {
    position: static;
}

.pos_r,
.pos-r,
.pos-rel {
    position: relative;
}

.pos_a,
.pos-a,
.pos-abs {
    position: absolute;
}

/*盒子类型*/
.isbox,
.is-rel,
.is-box {
    display: block;
    position: relative;
}

.isabs,
.is-abs {
    position: absolute;
}

.inline {
    display: inline-block;
}

/* 超出隐藏 (inline-block, block)*/
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wordkeep {
    white-space: normal;
    word-break: keep-all;
}

/*隐藏*/
.hidden {
    display: none;
}

.blind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -9999em;
    left: -9999em;
    display: block;
    text-indent: -9999em;
    font-size: 0;
    line-height: 0;
}

.wblind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

/* LI 样式默认 */
li.no-data,
li.noData {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    text-align: center;
    width: 100%;
}

/* slick */
/* slick */
.slick-slider { box-sizing: border-box; display: block; position: relative; -webkit-tap-highlight-color: transparent; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.slick-list {display: block;margin: 0;overflow: hidden;padding: 0;position: relative;height: 100% !important;!i;!;}
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; }
.slick-slider .slick-track, .slick-slider .slick-list {
translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track {display: block;/* margin-left: auto; */left: 0;margin-right: auto;position: relative;top: 0;height: 100%;}
.slick-track:before, .slick-track:after { content: ''; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {display: none;float: left;height: 100%;/* min-height: 1px; */}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { border: 1px solid transparent; display: block; height: auto; }
.slick-arrow.slick-hidden { display: none; }

.gap10 {
    height: 10px;
    clear: both;
    overflow: hidden;
    display: block;
}

.gap20 {
    height: 20px;
    clear: both;
    overflow: hidden;
    display: block;
}

.gap30 {
    height: 30px;
    clear: both;
    overflow: hidden;
    display: block;
}

.gap {
    height: 40px;
    clear: both;
    display: block;
}

.sgap {
    height: 25px;
    clear: both;
    display: block;
}

.ssgap {
    height: 15px;
    clear: both;
    display: block;
}

.sssgap {
    height: 10px;
    clear: both;
    display: block;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.left,
.l {
    text-align: left !important;
}

/* .right, */
.r {
    text-align: right !important;
}

.center,
.c {
    text-align: center !important;
}

.vtop,
.vtop * {
    vertical-align: text-top !important;
}

.vcen,
.vcen * {
    vertical-align: middle !important;
}

.vfoot,
.vfoot * {
    vertical-align: text-bottom !important;
}

.vtop2 {
    vertical-align: top !important;
}

.vcen2 {
    vertical-align: middle !important;
}

.vfoot2 {
    vertical-align: bottom !important;
}

.indent {
    margin-left: 15px;
}

.li-indent {
    margin-left: 10px;
}

/* 字体颜色 */
.c0 {
    color: #000 !important;
}

.c2 {
    color: #222 !important;
}

.c3 {
    color: #333 !important;
}

.c5 {
    color: #555 !important;
}

.c6 {
    color: #666 !important;
}

.c8 {
    color: #888 !important;
}

.c9 {
    color: #999 !important;
}

.cf {
    color: #fff !important;
}

.r-stat1-01,
.r-stat1-02,
.r-stat1-03,
.r-stat1-04,
.r-stat1-05,
.r-stat1-06,
.r-stat1-07,
.r-stat1-08,
.r-stat1-09,
.r-stat1-10 {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 5px;
    text-align: center;
    letter-spacing: -0.05em;
    vertical-align: middle;
    margin: 0 5px 0 0;
    border-radius: 3px
}

.r-stat1-01 {
    background: #003875 !important;
    color: #fff
}

.r-stat1-02 {
    background: #eb572a !important;
    color: #fff
}

.r-stat1-03 {
    background: #008a6b !important;
    color: #fff
}

.r-stat1-04 {
    background: #0c85ed !important;
    color: #fff
}

.r-stat1-05 {
    background: #d44600 !important;
    color: #fff
}

.r-stat1-06 {
    background: #ac44ce !important;
    color: #fff
}

.r-stat1-07 {
    background: #1eb300 !important;
    color: #fff
}

.r-stat1-08 {
    background: #176795 !important;
    color: #fff
}

.r-stat1-09 {
    background: #ed6a00 !important;
    color: #fff
}

.r-stat1-10 {
    background: #00b1a7 !important;
    color: #fff
}

.r-stat2-01,
.r-stat2-02,
.r-stat2-03,
.r-stat2-04,
.r-stat2-05,
.r-stat2-06,
.r-stat2-07,
.r-stat2-08,
.r-stat2-09,
.r-stat2-10 {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    letter-spacing: -0.05em
}

.r-stat2-01 {
    color: #003875
}

.r-stat2-02 {
    color: #eb572a
}

.r-stat2-03 {
    color: #008a6b
}

.r-stat2-04 {
    color: #0c85ed
}

.r-stat2-05 {
    color: #ffa500
}

.r-stat2-06 {
    color: #ac44ce
}

.r-stat2-07 {
    color: #1eb300
}

.r-stat2-08 {
    color: #176795
}

.r-stat2-09 {
    color: #ed6a00
}

.r-stat2-10 {
    color: #00b1a7
}

/*灰色*/
.cg1 {
    color: #69696a !important;
}

.cg2 {
    color: #ababab !important;
}

.cg3 {
    color: #848484 !important;
}

.cg4 {
    color: #727272 !important;
}

.cg5 {
    color: #b3b7bc !important;
}

.cred {
    color: #df2519 !important;
}

.cblue {
    color: #2176C6 !important;
}

.cpink {
    color: #f9587d !important
}

.cgold {
    color: #b8883c !important;
}

.cgreen {
    color: #758d0a !important;
}

.cbrown {
    color: #9f2C00 !important;
}

.corg {
    color: #ff5612 !important;
}

.bg1 {
    background-color: #69696a !important;
}

.bg2 {
    background-color: #ababab !important;
}

.bg3 {
    background-color: #848484 !important;
}

.bg4 {
    background-color: #727272 !important;
}

.bg5 {
    background-color: #b3b7bc !important;
}

/* rdos CHECKBOX */
.rdos {
    position: relative
}

.rdos input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.rdos input[type="radio"]+label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rdos input[type="radio"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #cacece;
    border-radius: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05)
}

.rdos input[type="radio"]+label:active:before,
.rdos input[type="radio"]:checked+label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1)
}

.rdos input[type="radio"]:checked+label:before {
    background: #E9ECEE;
    border-color: #adb8c0;
}

.rdos input[type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    width: 10px;
    height: 10px;
    background: #99a1a7;
    border-radius: 100%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3)
}

.rdos input[type="radio"]:focus+label:before {
    outline: 1px solid rgb(59, 153, 252)
}

.checks {
    position: relative
}

.checks input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.checks input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.checks input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    line-height: 17px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #cacece;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05)
}

.checks input[type="checkbox"]+label:active:before,
.checks input[type="checkbox"]:checked+label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1)
}

.checks input[type="checkbox"]:checked+label:before {
    content: '\2714';
    color: #99a1a7;
    text-shadow: 1px 1px #fff;
    background: #e9ecee;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px rgba(255, 255, 255, 0.1)
}

.checks input[type="checkbox"]:focus+label:before {
    outline: 1px solid rgb(59, 153, 252)
}

/* button bw-btn */
.bw-btn,
.bg-btn,
.bp-btn,
.bdp-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
    transition: all .25s ease;
    border-radius: 3px;
    box-sizing: border-box
}

.bw-btn,
a.bw-btn {
    background: #fff;
    border: 1px solid #aaa;
    color: #444;
}

.bw-btn:hover,
.bw-btn:focus {
    background: #005baa;
    border: 1px solid #005baa;
    color: #fff;
}

.bw-btn:hover span,
.bw-btn:focus span,
.bw-btn:active span {
    color: #fff;
}

.bg-btn,
a.bg-btn {
    background: #f0f0f0;
    border: 1px solid #aaa;
    color: #444
}

.bg-btn:hover,
.bg-btn:focus {
    background: #d9d9d9
}

.bp-btn,
a.bp-btn {
    background: #005baa;
    color: #fff;
    border: 1px solid #005baa
}

.bp-btn:hover,
.bp-btn:focus {
    background: #003875;
    border: 1px solid #003875
}

.bdp-btn,
a.bdp-btn {
    background: #003875;
    color: #fff;
    border: 1px solid #003875
}

.bdp-btn:hover,
.bdp-btn:focus {
    background: #06162f;
    border: 1px solid #06162f
}

a.bw-btn span {
    display: block;
    padding: 18px 20px 15px 20px;
    line-height: 1;
    color: #444;
}

a.bg-btn span,
a.bp-btn span,
a.bdp-btn span {
    display: block;
    padding: 18px 20px 15px 20px;
    line-height: 1;
}

input.bw-btn,
input.bg-btn,
input.bp-btn,
input.bdp-btn,
button.bw-btn,
button.bg-btn,
button.bp-btn,
button.bdp-btn {
    padding: 0 20px;
    height: 50px;
    cursor: pointer;
}

/* button sw-btn */
.sw-btn,
.sg-btn,
.sp-btn,
.sdp-btn {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    transition: all .25s ease;
    border-radius: 3px;
}

.sw-btn,
a.sw-btn {
    background: #fff;
    border: 1px solid #aaa;
    color: #777;
}

.sw-btn:hover,
.sw-btn:focus {
    background: #005baa;
    border: 1px solid #005baa;
    color: #fff;
}

.sg-btn,
a.sg-btn {
    background: #f0f0f0;
    border: 1px solid #aaa;
    color: #444;
}

.sg-btn:hover,
.sg-btn:focus {
    background: #d9d9d9
}

.sp-btn,
a.sp-btn {
    background: #005baa;
    color: #fff;
    border: 0
}

.sp-btn:hover,
.sp-btn:focus {
    background: #003875
}

.sdp-btn,
a.sdp-btn {
    background: #003875;
    color: #fff;
    border: 0
}

.sdp-btn:hover,
.sdp-btn:focus {
    background: #06162f
}

a.sw-btn span,
a.sg-btn span {
    display: block;
    padding: 7px 4px 9px 6px;
    line-height: 1
}

a.sp-btn span,
a.sdp-btn span {
    display: block;
    padding: 10px 9px 8px 9px;
    line-height: 1
}

input.sw-btn,
input.sg-btn,
input.sp-btn,
input.sdp-btn,
button.sw-btn,
button.sg-btn,
button.sp-btn,
button.sdp-btn {
    padding: 0 9px;
    height: 30px;
    cursor: pointer;
}

/* button bw-fbtn */
.bw-fbtn,
.bg-fbtn,
.bp-fbtn,
.bdp-fbtn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
    transition: all .25s ease;
    border-radius: 3px;
    box-sizing: border-box
}

.bw-fbtn,
a.bw-fbtn {
    background: #fff;
    border: 1px solid #aaa;
    color: #444;
}

.bw-fbtn:hover,
.bw-fbtn:focus {
    background: #21a6c0;
    border: 1px solid #21a6c0;
    color: #fff;
}

.bw-fbtn:hover span,
.bw-fbtn:focus span,
.bw-fbtn:active span {
    color: #fff;
}

.bg-fbtn,
a.bg-fbtn {
    background: #88817b;
    border: 1px solid #88817b;
    color: #fff
}

.bg-fbtn:hover,
.bg-fbtn:focus {
    background: #675546;
    border: 1px solid #675546
}

.bp-fbtn,
a.bp-fbtn {
    background: #21a6c0;
    color: #fff;
    border: 1px solid #21a6c0
}

.bp-fbtn:hover,
.bp-fbtn:focus {
    background: #154f70;
    border: 1px solid #154f70
}

.bdp-fbtn,
a.bdp-fbtn {
    background: #154f70;
    color: #fff;
    border: 1px solid #154f70
}

.bdp-fbtn:hover,
.bdp-fbtn:focus {
    background: #0a2f44;
    border: 1px solid #0a2f44
}

a.bw-fbtn span {
    display: block;
    padding: 18px 20px 15px 20px;
    line-height: 1;
    color: #444;
}

a.bg-fbtn span,
a.bp-fbtn span,
a.bdp-fbtn span {
    display: block;
    padding: 18px 20px 15px 20px;
    line-height: 1;
}

input.bw-fbtn,
input.bg-fbtn,
input.bp-fbtn,
input.bdp-fbtn,
button.bw-fbtn,
button.bg-fbtn,
button.bp-fbtn,
button.bdp-fbtn {
    padding: 0 20px;
    height: 50px;
    cursor: pointer;
}

/* button lw-fbtn */
.lw-btn,
.lg-btn,
.lp-btn,
.ldp-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
    transition: all .25s ease;
    border-radius: 3px
}

.lw-btn,
a.lw-btn {
    background: #fff;
    border: 1px solid #aaa;
    color: #444;
}

.lw-btn:hover,
.lw-btn:focus {
    background: #003875;
    border: 1px solid #003875;
    color: #fff;
}

.lg-btn,
a.lg-btn {
    background: #f0f0f0;
    border: 1px solid #aaa;
    color: #444
}

.lg-btn:hover,
.lg-btn:focus {
    background: #d9d9d9
}

.lp-btn,
a.lp-btn {
    background: #005baa;
    color: #fff;
    border: 1px solid #005baa
}

.lp-btn:hover,
.lp-btn:focus {
    background: #003875;
    border: 1px solid #003875
}

.ldp-btn,
a.ldp-btn {
    background: #003875;
    color: #fff;
    border: 1px solid #003875
}

.ldp-btn:hover,
.ldp-btn:focus {
    background: #06162f;
    border: 1px solid #06162f
}

a.lw-btn span {
    display: block;
    padding: 22px 37px 21px 37px;
    line-height: 1;
}

a.lg-btn span,
a.lp-btn span,
a.ldp-btn span {
    display: block;
    padding: 23px 37px 20px 37px;
    line-height: 1;
}

input.lw-btn,
input.lg-btn,
input.lp-btn,
input.ldp-btn,
button.lw-btn,
button.lg-btn,
button.lp-btn,
button.ldp-btn {
    padding: 0 37px;
    height: 60px;
    cursor: pointer;
}

/* 字体属性 */
.nb {
    font-weight: normal;
}

.b {
    font-weight: bold;
}

.bi {
    font-weight: bold !important;
}

.fs {
    font-size: 90%
}

.fb {
    font-size: 120%;
}

.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

/*行高*/
.tlh190 {
    line-height: 190%;
}

.tlh180 {
    line-height: 180%;
}

.tlh170 {
    line-height: 170%;
}

.tlh160 {
    line-height: 160%;
}

.tlh150 {
    line-height: 150%;
}

.tlh140 {
    line-height: 140%;
}

.tlh130 {
    line-height: 130%;
}

.tlh120 {
    line-height: 120%;
}

.tlh110 {
    line-height: 110%;
}

/*英文*/
.en {
    font-size: 90%;
    font-family: Verdana, serif;
}

/* padding样式*/
.pad5a {
    padding: 5px
}

.pad5tf {
    padding-top: 5px;
    padding-bottom: 5px
}

.pad5lr {
    padding-left: 5px;
    padding-right: 5px;
}

.pad5r {
    padding-right: 5px
}

.pad5l {
    padding-left: 5px
}

.pad5t {
    padding-top: 5px
}

.pad5f {
    padding-bottom: 5px
}

.pad10a {
    padding: 10px
}

.pad10tf {
    padding-top: 10px;
    padding-bottom: 10px
}

.pad10lr {
    padding-left: 10px;
    padding-right: 10px;
}

.pad10r {
    padding-right: 10px
}

.pad10l {
    padding-left: 10px
}

.pad10t {
    padding-top: 10px
}

.pad10f {
    padding-bottom: 10px
}

.pad15a {
    padding: 15px
}

.pad15tf {
    padding-top: 15px;
    padding-bottom: 15px
}

.pad15lr {
    padding-left: 15px;
    padding-right: 15px;
}

.pad15r {
    padding-right: 15px
}

.pad15l {
    padding-left: 15px
}

.pad15t {
    padding-top: 15px
}

.pad15f {
    padding-bottom: 15px
}

.pad20a {
    padding: 20px
}

.pad20tf {
    padding-top: 20px;
    padding-bottom: 20px
}

.pad20lr {
    padding-left: 20px;
    padding-right: 20px;
}

.pad20r {
    padding-right: 20px
}

.pad20l {
    padding-left: 20px
}

.pad20t {
    padding-top: 20px
}

.pad20f {
    padding-bottom: 20px
}

.pad25a {
    padding: 25px
}

.pad25tf {
    padding-top: 25px;
    padding-bottom: 25px
}

.pad25lr {
    padding-left: 25px;
    padding-right: 25px;
}

.pad25r {
    padding-right: 25px
}

.pad25l {
    padding-left: 25px
}

.pad25t {
    padding-top: 25px
}

.pad25f {
    padding-bottom: 25px
}

.pad30a {
    padding: 30px
}

.pad30tf {
    padding-top: 30px;
    padding-bottom: 30px
}

.pad30lr {
    padding-left: 30px;
    padding-right: 30px;
}

.pad30r {
    padding-right: 30px
}

.pad30l {
    padding-left: 30px
}

.pad30t {
    padding-top: 30px
}

.pad30f {
    padding-bottom: 30px
}

.pad40a {
    padding: 40px
}

.pad40tf {
    padding-top: 40px;
    padding-bottom: 40px
}

.pad40lr {
    padding-left: 40px;
    padding-right: 40px;
}

.pad40r {
    padding-right: 40px
}

.pad40l {
    padding-left: 40px
}

.pad40t {
    padding-top: 40px
}

.pad40f {
    padding-bottom: 40px
}

.pad50a {
    padding: 50px
}

.pad50tf {
    padding-top: 50px;
    padding-bottom: 50px
}

.pad50lr {
    padding-left: 50px;
    padding-right: 50px;
}

.pad50r {
    padding-right: 50px
}

.pad50l {
    padding-left: 50px
}

.pad50t {
    padding-top: 50px
}

.pad50f {
    padding-bottom: 50px
}

/*margin样式*/
.mg5f {
    margin-bottom: 5px;
}

.mg10f {
    margin-bottom: 10px;
}

.mg15f {
    margin-bottom: 15px;
}

.mg20f {
    margin-bottom: 20px;
}

.mg25f {
    margin-bottom: 25px;
}

.mg30f {
    margin-bottom: 30px;
}

.mg40f {
    margin-bottom: 40px;
}

.mg50f {
    margin-bottom: 50px;
}

.mg0t {
    margin-top: 0 !important
}

.mg3t {
    margin-top: 3px;
}

.mg5t {
    margin-top: 5px;
}

.mg10t {
    margin-top: 10px;
}

.mg15t {
    margin-top: 15px;
}

.mg20t {
    margin-top: 20px;
}

.mg25t {
    margin-top: 25px;
}

.mg30t {
    margin-top: 30px;
}

.mg40t {
    margin-top: 40px;
}

.mg50t {
    margin-top: 50px;
}

.mg5l {
    margin-left: 5px;
}

.mg10l {
    margin-left: 10px;
}

.mg15l {
    margin-left: 15px;
}

.mg20l {
    margin-left: 20px;
}

.mg25l {
    margin-left: 25px;
}

.mg30l {
    margin-left: 30px;
}

.mg40l {
    margin-left: 40px;
}

.mg50l {
    margin-left: 50px;
}

.mg5r {
    margin-right: 5px;
}

.mg10r {
    margin-right: 10px;
}

.mg15r {
    margin-right: 15px;
}

.mg20r {
    margin-right: 20px;
}

.mg25r {
    margin-right: 25px;
}

.mg30r {
    margin-right: 30px;
}

.mg40r {
    margin-right: 40px;
}

.mg50r {
    margin-right: 50px;
}

.mg5a {
    margin: 5px;
}

.mg10a {
    margin: 10px;
}

.mg15a {
    margin: 15px;
}

.mg20a {
    margin: 20px;
}

.mg25a {
    margin: 25px;
}

.mg30a {
    margin: 30px;
}

.mg20tf {
    margin-top: 20px;
    margin-bottom: 20px
}

.mg50tf {
    margin-top: 50px;
    margin-bottom: 50px
}

.mg50lr {
    margin-left: 50px;
    margin-right: 50px;
}

/*宽度样式*/
.w100 {
    width: 100px;
}

.w90 {
    width: 90px;
}

.w80 {
    width: 80px;
}

.w70 {
    width: 70px;
}

.w60 {
    width: 60px;
}

.w50 {
    width: 50px;
}

.w40 {
    width: 40px;
}

.w30 {
    width: 30px;
}

.w20 {
    width: 20px;
}

.w100p {
    width: 100%;
}

.w98p {
    width: 98%;
}

.w95p {
    width: 95%;
}

.w90p {
    width: 90%;
}

.w80p {
    width: 80%;
}

.w70p {
    width: 70%;
}

.w60p {
    width: 60%;
}

.w50p {
    width: 49%;
}

.w45p {
    width: 44%;
}

.w40p {
    width: 40%;
}

.w33p {
    width: 33.3333%;
}

.w30p {
    width: 30%;
}

.w25p {
    width: 25%;
}

.w20p {
    width: 20%;
}

.w15p {
    width: 15%;
}

.w10p {
    width: 10%;
}

/* animation */
.a-bounce,
.a-flip,
.a-flash,
.a-shake,
.a-swing,
.a-wobble,
.a-ring {
    -webkit-animation: 1s ease;
    -moz-animation: 1s ease;
    -ms-animation: 1s ease;
    animation: 1s ease;
}

.a-fadein,
.a-fadeinT,
.a-fadeinR,
.a-fadeinB,
.a-fadeinL,
.a-bouncein,
.a-bounceinT,
.a-bounceinR,
.a-bounceinB,
.a-bounceinL,
.a-rotatein,
.a-rotateinLT,
.a-rotateinLB,
.a-rotateinRT,
.a-rotateinRB,
.a-flipin,
.a-flipinX,
.a-flipinY {
    -webkit-animation: 1s ease-out backwards;
    -moz-animation: 1s ease-out backwards;
    -ms-animation: 1s ease-out backwards;
    animation: 1s ease-out backwards;
}

.a-fadeout,
.a-fadeoutT,
.a-fadeoutR,
.a-fadeoutB,
.a-fadeoutL,
.a-bounceout,
.a-bounceoutT,
.a-bounceoutR,
.a-bounceoutB,
.a-bounceoutL,
.a-rotateout,
.a-rotateoutLT,
.a-rotateoutLB,
.a-rotateoutRT,
.a-rotateoutRB,
.a-flipout,
.a-flipoutX,
.a-flipoutY {
    -webkit-animation: 1s ease-in forwards;
    -moz-animation: 1s ease-in forwards;
    -ms-animation: 1s ease-in forwards;
    animation: 1s ease-in forwards;
}

/* 淡入 */
.a-fadein {
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -ms-animation-name: fadein;
    animation-name: fadein;
}

/* 淡入-从上 */
.a-fadeinT {
    -webkit-animation-name: fadeinT;
    -moz-animation-name: fadeinT;
    -ms-animation-name: fadeinT;
    animation-name: fadeinT;
}

/* 淡入-从右 */
.a-fadeinR {
    -webkit-animation-name: fadeinR;
    -moz-animation-name: fadeinR;
    -ms-animation-name: fadeinR;
    animation-name: fadeinR;
}

/* 淡入-从下 */
.a-fadeinB {
    -webkit-animation-name: fadeinB;
    -moz-animation-name: fadeinB;
    -ms-animation-name: fadeinB;
    animation-name: fadeinB;
}

/* 淡入-从左 */
.a-fadeinL {
    -webkit-animation-name: fadeinL;
    -moz-animation-name: fadeinL;
    -ms-animation-name: fadeinL;
    animation-name: fadeinL;
}

/* 淡出 */
.a-fadeout {
    -webkit-animation-name: fadeout;
    -moz-animation-name: fadeout;
    -ms-animation-name: fadeout;
    animation-name: fadeout;
}

/* 淡出-向上 */
.a-fadeoutT {
    -webkit-animation-name: fadeoutT;
    -moz-animation-name: fadeoutT;
    -ms-animation-name: fadeoutT;
    animation-name: fadeoutT;
}

/* 淡出-向右 */
.a-fadeoutR {
    -webkit-animation-name: fadeoutR;
    -moz-animation-name: fadeoutR;
    -ms-animation-name: fadeoutR;
    animation-name: fadeoutR;
}

/* 淡出-向下 */
.a-fadeoutB {
    -webkit-animation-name: fadeoutB;
    -moz-animation-name: fadeoutB;
    -ms-animation-name: fadeoutB;
    animation-name: fadeoutB;
}

/* 淡出-向左 */
.a-fadeoutL {
    -webkit-animation-name: fadeoutL;
    -moz-animation-name: fadeoutL;
    -ms-animation-name: fadeoutL;
    animation-name: fadeoutL;
}

/* 弹跳 */
.a-bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}

/* 弹入 */
.a-bouncein {
    -webkit-animation-name: bouncein;
    -moz-animation-name: bouncein;
    -ms-animation-name: bouncein;
    animation-name: bouncein;
}

/* 弹入-从上 */
.a-bounceinT {
    -webkit-animation-name: bounceinT;
    -moz-animation-name: bounceinT;
    -ms-animation-name: bounceinT;
    animation-name: bounceinT;
}

/* 弹入-从右 */
.a-bounceinR {
    -webkit-animation-name: bounceinR;
    -moz-animation-name: bounceinR;
    -ms-animation-name: bounceinR;
    animation-name: bounceinR;
}

/* 弹入-从下 */
.a-bounceinB {
    -webkit-animation-name: bounceinB;
    -moz-animation-name: bounceinB;
    -ms-animation-name: bounceinB;
    animation-name: bounceinB;
}

/* 弹入-从左 */
.a-bounceinL {
    -webkit-animation-name: bounceinL;
    -moz-animation-name: bounceinL;
    -ms-animation-name: bounceinL;
    animation-name: bounceinL;
}

/* 弹出 */
.a-bounceout {
    -webkit-animation-name: bounceout;
    -moz-animation-name: bounceout;
    -ms-animation-name: bounceout;
    animation-name: bounceout;
}

/* 弹出-向上 */
.a-bounceoutT {
    -webkit-animation-name: bounceoutT;
    -moz-animation-name: bounceoutT;
    -ms-animation-name: bounceoutT;
    animation-name: bounceoutT;
}

/* 弹出-向右 */
.a-bounceoutR {
    -webkit-animation-name: bounceoutR;
    -moz-animation-name: bounceoutR;
    -ms-animation-name: bounceoutR;
    animation-name: bounceoutR;
}

/* 弹出-向下 */
.a-bounceoutB {
    -webkit-animation-name: bounceoutB;
    -moz-animation-name: bounceoutB;
    -ms-animation-name: bounceoutB;
    animation-name: bounceoutB;
}

/* 弹出-向左 */
.a-bounceoutL {
    -webkit-animation-name: bounceoutL;
    -moz-animation-name: bounceoutL;
    -ms-animation-name: bounceoutL;
    animation-name: bounceoutL;
}

/* 转入 */
.a-rotatein {
    -webkit-animation-name: rotatein;
    -moz-animation-name: rotatein;
    -ms-animation-name: rotatein;
    animation-name: rotatein;
}

/* 转入-从左上 */
.a-rotateinLT {
    -webkit-animation-name: rotateinLT;
    -moz-animation-name: rotateinLT;
    -ms-animation-name: rotateinLT;
    animation-name: rotateinLT;
}

/* 转入-从左下 */
.a-rotateinLB {
    -webkit-animation-name: rotateinLB;
    -moz-animation-name: rotateinLB;
    -ms-animation-name: rotateinLB;
    animation-name: rotateinLB;
}

/* 转入-从右上 */
.a-rotateinRT {
    -webkit-animation-name: rotateinRT;
    -moz-animation-name: rotateinRT;
    -ms-animation-name: rotateinRT;
    animation-name: rotateinRT;
}

/* 转入-从右下*/
.a-rotateinRB {
    -webkit-animation-name: rotateinRB;
    -moz-animation-name: rotateinRB;
    -ms-animation-name: rotateinRB;
    animation-name: rotateinRB;
}

/* 转出 */
.a-rotateout {
    -webkit-animation-name: rotateout;
    -moz-animation-name: rotateout;
    -ms-animation-name: rotateout;
    animation-name: rotateout;
}

/* 转出-向左上 */
.a-rotateoutLT {
    -webkit-animation-name: rotateoutLT;
    -moz-animation-name: rotateoutLT;
    -ms-animation-name: rotateoutLT;
    animation-name: rotateoutLT;
}

/* 转出-向左下 */
.a-rotateoutLB {
    -webkit-animation-name: rotateoutLB;
    -moz-animation-name: rotateoutLB;
    -ms-animation-name: rotateoutLB;
    animation-name: rotateoutLB;
}

/* 转出-向右上 */
.a-rotateoutRT {
    -webkit-animation-name: rotateoutRT;
    -moz-animation-name: rotateoutRT;
    -ms-animation-name: rotateoutRT;
    animation-name: rotateoutRT;
}

/* 转出-向右下 */
.a-rotateoutRB {
    -webkit-animation-name: rotateoutRB;
    -moz-animation-name: rotateoutRB;
    -ms-animation-name: rotateoutRB;
    animation-name: rotateoutRB;
}

/* 翻转 */
.a-flip {
    -webkit-animation-name: flip;
    -moz-animation-name: flip;
    -ms-animation-name: flip;
    animation-name: flip;
}

/* 翻入-X轴 */
.a-flipinX {
    -webkit-animation-name: flipinX;
    -moz-animation-name: flipinX;
    -ms-animation-name: flipinX;
    animation-name: flipinX;
}

/* 翻入-Y轴 */
.a-flipin,
.a-flipinY {
    -webkit-animation-name: flipinY;
    -moz-animation-name: flipinY;
    -ms-animation-name: flipinY;
    animation-name: flipinY;
}

/* 翻出-X轴 */
.a-flipoutX {
    -webkit-animation-name: flipoutX;
    -moz-animation-name: flipoutX;
    -ms-animation-name: flipoutX;
    animation-name: flipoutX;
}

/* 翻出-Y轴 */
.a-flipout,
.a-flipoutY {
    -webkit-animation-name: flipoutY;
    -moz-animation-name: flipoutY;
    -ms-animation-name: flipoutY;
    animation-name: flipoutY;
}

/* 闪烁 */
.a-flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -ms-animation-name: flash;
    animation-name: flash;
}

/* 震颤 */
.a-shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -ms-animation-name: shake;
    animation-name: shake;
}

/* 摇摆 */
.a-swing {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -ms-animation-name: swing;
    animation-name: swing;
}

/* 摇晃 */
.a-wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -ms-animation-name: wobble;
    animation-name: wobble;
}

/* 震铃 */
.a-ring {
    -webkit-animation-name: ring;
    -moz-animation-name: ring;
    -ms-animation-name: ring;
    animation-name: ring;
}

/* define */
/* 淡入 */
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 淡入-从上 */
@-webkit-keyframes fadeinT {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeinT {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeinT {
    0% {
        opacity: 0;
        -ms-transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeinT {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 淡入-从右 */
@-webkit-keyframes fadeinR {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeinR {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeinR {
    0% {
        opacity: 0;
        -ms-transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeinR {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 淡入-从下 */
@-webkit-keyframes fadeinB {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeinB {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeinB {
    0% {
        opacity: 0;
        -ms-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes fadeinB {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 淡入-从左 */
@-webkit-keyframes fadeinL {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeinL {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeinL {
    0% {
        opacity: 0;
        -ms-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@keyframes fadeinL {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 淡出 */
@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 淡出-向上 */
@-webkit-keyframes fadeoutT {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }
}

@-moz-keyframes fadeoutT {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-100px);
    }
}

@-ms-keyframes fadeoutT {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -ms-transform: translateY(-100px);
    }
}

@keyframes fadeoutT {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100px);
    }
}

/* 淡出-向右 */
@-webkit-keyframes fadeoutR {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
}

@-moz-keyframes fadeoutR {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
}

@-ms-keyframes fadeoutR {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -ms-transform: translateX(100px);
    }
}

@keyframes fadeoutR {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(100px);
    }
}

/* 淡出-向下 */
@-webkit-keyframes fadeoutB {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
}

@-moz-keyframes fadeoutB {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100px);
    }
}

@-ms-keyframes fadeoutB {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -ms-transform: translateY(100px);
    }
}

@keyframes fadeoutB {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}

/* 淡出-向左 */
@-webkit-keyframes fadeoutL {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
}

@-moz-keyframes fadeoutL {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
}

@-ms-keyframes fadeoutL {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -ms-transform: translateX(-100px);
    }
}

@keyframes fadeoutL {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-100px);
    }
}

/* 弹跳 */
@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-ms-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
    }

    40% {
        -ms-transform: translateY(-30px);
    }

    60% {
        -ms-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/* 弹入 */
@-webkit-keyframes bouncein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bouncein {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(0.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes bouncein {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -ms-transform: scale(1.05);
    }

    70% {
        -ms-transform: scale(0.9);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes bouncein {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/* 弹入-从上 */
@-webkit-keyframes bounceinT {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceinT {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }

    80% {
        -moz-transform: translateY(-10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes bounceinT {
    0% {
        opacity: 0;
        -ms-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -ms-transform: translateY(30px);
    }

    80% {
        -ms-transform: translateY(-10px);
    }

    100% {
        -ms-transform: translateY(0);
    }
}

@keyframes bounceinT {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 弹入-从右 */
@-webkit-keyframes bounceinR {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceinR {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }

    80% {
        -moz-transform: translateX(10px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes bounceinR {
    0% {
        opacity: 0;
        -ms-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -ms-transform: translateX(-30px);
    }

    80% {
        -ms-transform: translateX(10px);
    }

    100% {
        -ms-transform: translateX(0);
    }
}

@keyframes bounceinR {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 弹入-从下 */
@-webkit-keyframes bounceinB {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceinB {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }

    80% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes bounceinB {
    0% {
        opacity: 0;
        -ms-transform: translateY(100px);
    }

    60% {
        opacity: 1;
        -ms-transform: translateY(-30px);
    }

    80% {
        -ms-transform: translateY(10px);
    }

    100% {
        -ms-transform: translateY(0);
    }
}

@keyframes bounceinB {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 弹入-从左 */
@-webkit-keyframes bounceinL {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceinL {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }

    80% {
        -moz-transform: translateX(-10px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes bounceinL {
    0% {
        opacity: 0;
        -ms-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -ms-transform: translateX(30px);
    }

    80% {
        -ms-transform: translateX(-10px);
    }

    100% {
        -ms-transform: translateX(0);
    }
}

@keyframes bounceinL {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        transform: translateX(30px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 弹出 */
@-webkit-keyframes bounceout {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
}

@-moz-keyframes bounceout {
    0% {
        -moz-transform: scale(1);
    }

    25% {
        -moz-transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
}

@-ms-keyframes bounceout {
    0% {
        -ms-transform: scale(1);
    }

    25% {
        -ms-transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }
}

@keyframes bounceout {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}

/* 弹出-向上*/
@-webkit-keyframes bounceoutT {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }
}

@-moz-keyframes bounceoutT {
    0% {
        -moz-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-100px);
    }
}

@-ms-keyframes bounceoutT {
    0% {
        -ms-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -ms-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -ms-transform: translateY(-100px);
    }
}

@keyframes bounceoutT {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        transform: translateY(-100px);
    }
}

/* 弹出-向右*/
@-webkit-keyframes bounceoutR {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
}

@-moz-keyframes bounceoutR {
    0% {
        -moz-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
}

@-ms-keyframes bounceoutR {
    0% {
        -ms-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -ms-transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -ms-transform: translateX(100px);
    }
}

@keyframes bounceoutR {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        transform: translateX(100px);
    }
}

/* 弹出-向下 */
@-webkit-keyframes bounceoutB {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
}

@-moz-keyframes bounceoutB {
    0% {
        -moz-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100px);
    }
}

@-ms-keyframes bounceoutB {
    0% {
        -ms-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -ms-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -ms-transform: translateY(100px);
    }
}

@keyframes bounceoutB {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}

/* 弹出-向左 */
@-webkit-keyframes bounceoutL {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
}

@-moz-keyframes bounceoutL {
    0% {
        -moz-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
}

@-ms-keyframes bounceoutL {
    0% {
        -ms-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -ms-transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -ms-transform: translateX(-100px);
    }
}

@keyframes bounceoutL {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        transform: translateX(-200px);
    }
}

/* 转入 */
@-webkit-keyframes rotatein {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes rotatein {
    0% {
        opacity: 0;
        -moz-transform: rotate(-200deg);
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotatein {
    0% {
        opacity: 0;
        -ms-transform: rotate(-200deg);
    }

    100% {
        opacity: 1;
        -ms-transform: rotate(0);
    }
}

@keyframes rotatein {
    0% {
        opacity: 0;
        transform: rotate(-200deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0);
    }
}

/* 上下晃动 */
@keyframes scrollAni {
    0% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, 10px);
    }
}

@keyframes scrollAnia {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes scrollArrow {
    0% {
        transform: rotate(45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

/* 转入-从左上 */
@-webkit-keyframes rotateinLT {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateinLT {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-ms-keyframes rotateinLT {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateinLT {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

/* 转入-从左下 */
@-webkit-keyframes rotateineftB {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateineftB {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-ms-keyframes rotateineftB {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateineftB {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

/* 转入-从右上 */
@-webkit-keyframes rotateinRT {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateinRT {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-ms-keyframes rotateinRT {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateinRT {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

/* 转入-从右下*/
@-webkit-keyframes rotateinRB {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateinRB {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-ms-keyframes rotateinRB {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateinRB {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

/* 转出 */
@-webkit-keyframes rotateout {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateout {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateout {
    0% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateout {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

/* 转出-向左上 */
@-webkit-keyframes rotateoutLT {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateoutLT {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateoutLT {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateoutLT {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

/* 转出-向左下 */
@-webkit-keyframes rotateoutLB {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateoutLB {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateoutLB {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateoutLB {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

/* 转出-向右上 */
@-webkit-keyframes rotateoutRT {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateoutRT {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateoutRT {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateoutRT {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

/* 转出-向右下 */
@-webkit-keyframes rotateoutBR {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateoutBR {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-ms-keyframes rotateoutBR {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateoutBR {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

/* 翻转 */
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

/* 翻入-X轴 */
@-webkit-keyframes flipinX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

@-moz-keyframes flipinX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

@-ms-keyframes flipinX {
    0% {
        -ms-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -ms-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -ms-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -ms-transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

@keyframes flipinX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}

/* 翻入-Y轴 */
@-webkit-keyframes flipinY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

@-moz-keyframes flipinY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

@-ms-keyframes flipinY {
    0% {
        -ms-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -ms-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -ms-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -ms-transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

@keyframes flipinY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

/* 翻出-X轴 */
@-webkit-keyframes flipoutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipoutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0);
        opacity: 1;
    }

    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-ms-keyframes flipoutX {
    0% {
        -ms-transform: perspective(400px) rotateX(0);
        opacity: 1;
    }

    100% {
        -ms-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipoutX {
    0% {
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

/* 翻出-Y轴 */
@-webkit-keyframes flipoutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipoutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0);
        opacity: 1;
    }

    100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@-ms-keyframes flipoutY {
    0% {
        -ms-transform: perspective(400px) rotateY(0);
        opacity: 1;
    }

    100% {
        -ms-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipoutY {
    0% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

/* 闪烁 */
@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@-ms-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

/* 震颤 */
@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {

    0%,
    100% {
        -moz-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px);
    }
}

@-ms-keyframes shake {

    0%,
    100% {
        -ms-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -ms-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -ms-transform: translateX(10px);
    }
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

/* 摇摆 */
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes swing {
    20% {
        -ms-transform: rotate(15deg);
    }

    40% {
        -ms-transform: rotate(-10deg);
    }

    60% {
        -ms-transform: rotate(5deg);
    }

    80% {
        -ms-transform: rotate(-5deg);
    }

    100% {
        -ms-transform: rotate(0);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0);
    }
}

/* 摇晃 */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
    }

    15% {
        -webkit-transform: translateX(-100px) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(80px) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-65px) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(40px) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-20px) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0);
    }

    15% {
        -moz-transform: translateX(-100px) rotate(-5deg);
    }

    30% {
        -moz-transform: translateX(80px) rotate(3deg);
    }

    45% {
        -moz-transform: translateX(-65px) rotate(-3deg);
    }

    60% {
        -moz-transform: translateX(40px) rotate(2deg);
    }

    75% {
        -moz-transform: translateX(-20px) rotate(-1deg);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes wobble {
    0% {
        -ms-transform: translateX(0);
    }

    15% {
        -ms-transform: translateX(-100px) rotate(-5deg);
    }

    30% {
        -ms-transform: translateX(80px) rotate(3deg);
    }

    45% {
        -ms-transform: translateX(-65px) rotate(-3deg);
    }

    60% {
        -ms-transform: translateX(40px) rotate(2deg);
    }

    75% {
        -ms-transform: translateX(-20px) rotate(-1deg);
    }

    100% {
        -ms-transform: translateX(0);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0);
    }

    15% {
        transform: translateX(-100px) rotate(-5deg);
    }

    30% {
        transform: translateX(80px) rotate(3deg);
    }

    45% {
        transform: translateX(-65px) rotate(-3deg);
    }

    60% {
        transform: translateX(40px) rotate(2deg);
    }

    75% {
        transform: translateX(-20px) rotate(-1deg);
    }

    100% {
        transform: translateX(0);
    }
}

/* 震铃 */
@-webkit-keyframes ring {
    0% {
        -webkit-transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: scale(1);
    }

    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-ms-keyframes ring {
    0% {
        -ms-transform: scale(1);
    }

    10%,
    20% {
        -ms-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -ms-transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -ms-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -ms-transform: scale(1) rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

@keyframes anime {
    0% {
        width: 0;
    }

    35% {
        width: 100%;
    }

    40% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

/* Editor 样式 */
.Editor-lst-init {}

#boardContents ul,
.Editor-lst-init ul {
    display: block;
    list-style-type: disc;
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em
}

#boardContents ul li,
.Editor-lst-init ul li {
    display: list-item;
    text-align: inherit
}

#boardContents ol,
.Editor-lst-init ol {
    display: block;
    list-style-type: decimal;
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em
}

#boardContents ol li,
.Editor-lst-init ol li {
    display: list-item;
    text-align: inherit
}

#boardContents dl,
.Editor-lst-init dl {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em
}

#boardContents dl dt,
.Editor-lst-init dl dt {
    display: block
}

#boardContents dl dd,
.Editor-lst-init dl dd {
    display: block;
    margin-left: 40px
}

#boardContents a,
.Editor-lst-init a {
    color: #0000ee;
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline
}

#boardContents .cp-btn,
#boardContents .cdp-btn,
#boardContents .bp-btn,
#boardContents .bdp-btn,
#boardContents .lp-btn,
#boardContents .ldp-btn,
.Editor-lst-init .cp-btn,
.Editor-lst-init .cdp-btn,
.Editor-lst-init .bp-btn,
.Editor-lst-init .bdp-btn,
.Editor-lst-init .lp-btn,
.Editor-lst-init .ldp-btn {
    color: #fff;
    text-decoration: none
}